Skip to content

Name the renamed collection in fly_footprint docs - #46

Merged
NewGraphEnvironment merged 1 commit into
mainfrom
stac-elevation-bc-rename
Sep 1, 2026
Merged

Name the renamed collection in fly_footprint docs#46
NewGraphEnvironment merged 1 commit into
mainfrom
stac-elevation-bc-rename

Conversation

@NewGraphEnvironment

Copy link
Copy Markdown
Owner

Documentation only. stac-dem-bc became stac-elevation-bc (NewGraphEnvironment/stac_dem_bc#34), and fly_footprint's @param dem mentions it by name.

fly does not query the catalogue — it takes a COG URL the caller already has — and the S3 bucket keeps its old name, so no href in any example changes. Nothing functional here.

devtools::document() rewrote only the one .Rd line; NAMESPACE is untouched at 9 exports.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WTTLWXTm7bCZ97gCL26o21

stac-dem-bc became stac-elevation-bc (NewGraphEnvironment/stac_dem_bc#34).
Documentation only -- fly does not query the catalogue, it takes a COG
URL the caller already has, and the S3 bucket keeps its old name so no
href in any example changes.

devtools::document() rewrote only the one .Rd line; NAMESPACE is
untouched at 9 exports.

Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01WTTLWXTm7bCZ97gCL26o21
@NewGraphEnvironment
NewGraphEnvironment merged commit 7cbcc9f into main Sep 1, 2026
1 check passed
NewGraphEnvironment added a commit that referenced this pull request Sep 1, 2026
Memory audit, second pass. 2 entries plus the index; 0 migrations — both were
dispositioned in the pass an hour earlier and nothing has accumulated since.

| Action | Count | Detail |
|---|---|---|
| migrate | 0 | nothing new since the previous audit |
| skip — canonical doc exists | 1 | the fly#38 answer, in `inst/notes/georeferencing.md` |
| keep in memory — user | 1 | `concurrent-soul-sessions` |
| keep in memory — infrastructure identity | 1 | `georef-ground-truth`, already reduced to identity only |
| update CLAUDE.md project section | 1 | this commit |

The one finding is a stale-state check, not a memory migration:
`data-raw/georef_calibrate-corner_mapping.R` was not named in Architecture while its
siblings `make_camera_formats.R` and `make_testdata.R` are, and it is the script that
reproduces the three measurements the note describes.

Two probes were wrong before they were right, both worth recording:

- Comparing `ls R/` against the Architecture list reported that CLAUDE.md names NONE of
  the 11 R files. It names three. The `ls` output carried ANSI colour codes from a shell
  alias — the trap `code-check.md` documents — so every comparison mismatched. The tell
  was that the answer was obviously false.
- The rewrite used `mapfile`, which macOS bash 3.2 does not have, and reported 0 files.

Re-run with `find` and a plain loop, with controls asserting a known-present and a
known-absent filename: 3 of 11 named, by design — Architecture is a curated list of where
the non-obvious things live, not a manifest.

Also checked and clean: no file outside the soul appendix and the #9 PWF archive names the
old `stac-dem-bc` collection after PR #46's rename; `DESCRIPTION` 0.7.1 matches tag v0.7.1.
The appendix hits are the *repo* name `stac_dem_bc`, which did not change, and the archive
is history rather than drift.

Recipe: NewGraphEnvironment/soul#47

Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01GBKqedyBysV7hB4DuL98ZR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant